Skip to content

Conversation

@dogwolf
Copy link
Contributor

@dogwolf dogwolf commented May 31, 2020

These patch is related to the issue #4
If you set USE_BRANDING = 1 the building process cannot finish because of this line

start "windeployqt" /B /wait windeployqt.exe --%WINDEPLOYQT_BUILD_TYPE% --compiler-runtime "%MY_INSTALL_PATH%/bin/%APP_NAME%.exe" --dir "%MY_QT_DEPLOYMENT_PATH%/"

This %APP_NAME%.exe is not found.
The pull request rename files and directories after the compilation process. The main disadvantage is

nextcloud.cfg and nextcloudsync.dll cannot be rebranded otherwise the nextcloud.exe (the new one rebranded) cannot find the dll and cfg

@rwese
Copy link

rwese commented Jun 19, 2020

hi @dogwolf I will try to review this since I need the same change.

In the meantime could you fix the DCO check?

Also I would highly recommend do create a patch branch and submit a MR for this one, as Master is a volatile branch possibly.

misch7 and others added 10 commits June 20, 2020 00:25
Signed-off-by: Michael Schuster <[email protected]>
Signed-off-by: dogwolf <[email protected]>
…rst launch

Ensure that the config variable 'showInExplorerNavigationPane' reflects the user's
choice and write it to the nextcloud.cfg file.

Signed-off-by: Michael Schuster <[email protected]>
Signed-off-by: dogwolf <[email protected]>
Signed-off-by: Michael Schuster <[email protected]>
Signed-off-by: dogwolf <[email protected]>
Rename nextcloud to the app_name parameter

Signed-off-by: dogwolf <[email protected]>
Rename nextcloud to app_name parameter

Signed-off-by: dogwolf <[email protected]>
Fixed nextcloudsync.dll name otherwise executable returns an error

Signed-off-by: dogwolf <[email protected]>
@dogwolf
Copy link
Contributor Author

dogwolf commented Jun 20, 2020

Hello,
I fix the DCO check.
Sorry about the patch branch .. I didn't think about that

@rwese
Copy link

rwese commented Jun 22, 2020

Right now you have also commits other than yours, @dogwolf could you please create a separate branch based off of master with only your commits and update this MergeRequest?

@rwese
Copy link

rwese commented Jun 23, 2020

@dogwolf, I'Ve tested your PR Changes, you missed one thing in the nextcloud.nsi where it still fails.

!getdllversion "${SETUP_COLLECTION_PATH}\Win64\nextcloud.exe" expv_

Can you fix this plus use a clean branch?

@dogwolf
Copy link
Contributor Author

dogwolf commented Jun 24, 2020

Sorry to reply so late, but I'm not used to work with branches.
It took me a while to create a new branch and sent a new PR.
Hope to have sent the patch in the correct way

Thank you

@rwese
Copy link

rwese commented Jun 29, 2020

Thank you this one can be closed in favor of #30

@er-vin er-vin closed this Jan 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants